Class: Quickfix::UnderlyingCashSettlTermXID

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

Returns a new instance of UnderlyingCashSettlTermXID.



58597
58598
58599
58600
58601
58602
58603
# File 'lib/quickfix_fields.rb', line 58597

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

Class Method Details

.fieldObject



58594
58595
58596
# File 'lib/quickfix_fields.rb', line 58594

def UnderlyingCashSettlTermXID.field
  return 42059
end