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