Class: Quickfix::NoUnderlyingStreamCommoditySettlTimes
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::NoUnderlyingStreamCommoditySettlTimes
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ NoUnderlyingStreamCommoditySettlTimes
constructor
A new instance of NoUnderlyingStreamCommoditySettlTimes.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ NoUnderlyingStreamCommoditySettlTimes
Returns a new instance of NoUnderlyingStreamCommoditySettlTimes.
56244 56245 56246 56247 56248 56249 56250 |
# File 'lib/quickfix_fields.rb', line 56244 def initialize(data = nil) if( data == nil ) super(41999) else super(41999, data) end end |
Class Method Details
.field ⇒ Object
56241 56242 56243 |
# File 'lib/quickfix_fields.rb', line 56241 def .field return 41999 end |