Class: Quickfix::CollateralAmountMarketSegmentID

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) ⇒ CollateralAmountMarketSegmentID

Returns a new instance of CollateralAmountMarketSegmentID.



40293
40294
40295
40296
40297
40298
40299
# File 'lib/quickfix_fields.rb', line 40293

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

Class Method Details

.fieldObject



40290
40291
40292
# File 'lib/quickfix_fields.rb', line 40290

def CollateralAmountMarketSegmentID.field
  return 2092
end