Lessons from the Pit
Back to the book
Lessons from the Pit
Individual order
ISBN:
9780805416992
Availability:
Author
B. Joseph Leininger
Format
Hardcover
Number of pages
200
Publisher
Broadman & Holman Publishers
Size
14.6 x 1.9 x 20.3
Year of publication
2000
Weight
0.25kg
Delivery terms
Please read the terms of delivery
Read more
About the book
Reviews (0)
About the book Lessons from the Pit
Lessons from the Pit | An ex-trader for the Chicago Mercantile Exchange offers a tour of one of the most competitive businesses in America Экс-трейдер Чикагской товарной биржи предлагает тур по одному из самых конкурентных предприятий в Америке
Other books by the authorB. Joseph Leininger
Lessons from the Pit
Book reviews Lessons from the Pit (0 reviews)
+ Добавить отзыв
$('.add_reve').on('click', function(e){
jQuery("html, body").animate({scrollTop: jQuery('#tab-review .prod_text').offset().top}, 500);
e.preventDefault();
});
$('select[name=\'recurring_id\'], input[name="quantity"]').change(function(){
$.ajax({
url: 'index.php?route=product/product/getRecurringDescription',
type: 'post',
data: $('input[name=\'product_id\'], input[name=\'quantity\'], select[name=\'recurring_id\']'),
dataType: 'json',
beforeSend: function() {
$('#recurring-description').html('');
},
success: function(json) {
$('.alert-dismissible, .text-danger').remove();
if (json['success']) {
$('#recurring-description').html(json['success']);
}
}
});
});
//-->