Class: Quickfix::DerivativeContractSettlMonth

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ DerivativeContractSettlMonth

Returns a new instance of DerivativeContractSettlMonth.



17062
17063
17064
17065
17066
17067
17068
# File 'lib/quickfix_fields.rb', line 17062

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