Class: Quickfix::SideCollateralAmountMarketSegmentID

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

Returns a new instance of SideCollateralAmountMarketSegmentID.



75549
75550
75551
75552
75553
75554
75555
# File 'lib/quickfix_fields.rb', line 75549

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

Class Method Details

.fieldObject



75546
75547
75548
# File 'lib/quickfix_fields.rb', line 75546

def SideCollateralAmountMarketSegmentID.field
  return 2693
end