Class: Quickfix::ContractSettlMonth

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ ContractSettlMonth

Returns a new instance of ContractSettlMonth.



8716
8717
8718
8719
8720
8721
8722
# File 'lib/quickfix_fields.rb', line 8716

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

Class Method Details

.fieldObject



8713
8714
8715
# File 'lib/quickfix_fields.rb', line 8713

def ContractSettlMonth.field
  return 667
end