Class: Quickfix::UnderlyingContractSettlMonth
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingContractSettlMonth
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingContractSettlMonth
constructor
A new instance of UnderlyingContractSettlMonth.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingContractSettlMonth
26708 26709 26710 26711 26712 26713 26714 |
# File 'lib/quickfix_fields.rb', line 26708 def initialize(data = nil) if( data == nil ) super(2040) else super(2040, data) end end |
Class Method Details
.field ⇒ Object
26705 26706 26707 |
# File 'lib/quickfix_fields.rb', line 26705 def .field return 2040 end |