Class: Quickfix::SideCollateralAmountMarketID

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

Returns a new instance of SideCollateralAmountMarketID.



75536
75537
75538
75539
75540
75541
75542
# File 'lib/quickfix_fields.rb', line 75536

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

Class Method Details

.fieldObject



75533
75534
75535
# File 'lib/quickfix_fields.rb', line 75533

def SideCollateralAmountMarketID.field
  return 2692
end