Class: Quickfix::ContractSettlMonth
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::ContractSettlMonth
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ContractSettlMonth
constructor
A new instance of ContractSettlMonth.
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
.field ⇒ Object
9194 9195 9196 |
# File 'lib/quickfix_fields.rb', line 9194 def ContractSettlMonth.field return 667 end |