Class: Quickfix::ContractSettlMonth

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

Returns a new instance of ContractSettlMonth.



9197
9198
9199
9200
9201
9202
9203
# File 'lib/quickfix_fields.rb', line 9197

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

Class Method Details

.fieldObject



9194
9195
9196
# File 'lib/quickfix_fields.rb', line 9194

def ContractSettlMonth.field
  return 667
end