Class: Quickfix::MarginAmountMarketSegmentID

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

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from StringField

#<, #<=, #==, #>, #>=, #getValue, #setValue

Constructor Details

#initialize(data = nil) ⇒ MarginAmountMarketSegmentID

Returns a new instance of MarginAmountMarketSegmentID.



22418
22419
22420
22421
22422
22423
22424
# File 'lib/quickfix_fields.rb', line 22418

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

Class Method Details

.fieldObject



22415
22416
22417
# File 'lib/quickfix_fields.rb', line 22415

def MarginAmountMarketSegmentID.field
  return 1714
end