Class: Quickfix::RelatedTradeQuantity

Inherits:
DoubleField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from DoubleField

#getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ RelatedTradeQuantity

Returns a new instance of RelatedTradeQuantity.



24368
24369
24370
24371
24372
24373
24374
# File 'lib/quickfix_fields.rb', line 24368

def initialize(data = nil)
  if( data == nil )
    super(1860)
  else
    super(1860, data)
  end
end

Class Method Details

.fieldObject



24365
24366
24367
# File 'lib/quickfix_fields.rb', line 24365

def RelatedTradeQuantity.field
  return 1860
end