Class: Quickfix::UnderlyingContractSettlMonth

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



26708
26709
26710
26711
26712
26713
26714
# File 'lib/quickfix_fields.rb', line 26708

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

Class Method Details

.fieldObject



26705
26706
26707
# File 'lib/quickfix_fields.rb', line 26705

def UnderlyingContractSettlMonth.field
  return 2040
end