Class: Quickfix::CollateralAmountMarketID

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

Returns a new instance of CollateralAmountMarketID.



40306
40307
40308
40309
40310
40311
40312
# File 'lib/quickfix_fields.rb', line 40306

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

Class Method Details

.fieldObject



40303
40304
40305
# File 'lib/quickfix_fields.rb', line 40303

def CollateralAmountMarketID.field
  return 2093
end