Class: Quickfix::NoUnderlyingStreamCommoditySettlPeriods
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingStreamCommoditySettlPeriods
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingStreamCommoditySettlPeriods
constructor
A new instance of NoUnderlyingStreamCommoditySettlPeriods.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingStreamCommoditySettlPeriods
Returns a new instance of NoUnderlyingStreamCommoditySettlPeriods.
56296 56297 56298 56299 56300 56301 56302 |
# File 'lib/quickfix_fields.rb', line 56296 def initialize(data = nil) if( data == nil ) super(42002) else super(42002, data) end end |
Class Method Details
.field ⇒ Object
56293 56294 56295 |
# File 'lib/quickfix_fields.rb', line 56293 def .field return 42002 end |