Class: Quickfix::LegContractSettlMonth

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

Returns a new instance of LegContractSettlMonth.



12876
12877
12878
12879
12880
12881
12882
# File 'lib/quickfix_fields.rb', line 12876

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

Class Method Details

.fieldObject



12873
12874
12875
# File 'lib/quickfix_fields.rb', line 12873

def LegContractSettlMonth.field
  return 955
end