Class: Quickfix::StreamCommoditySettlTimeType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::StreamCommoditySettlTimeType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StreamCommoditySettlTimeType
constructor
A new instance of StreamCommoditySettlTimeType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ StreamCommoditySettlTimeType
Returns a new instance of StreamCommoditySettlTimeType.
45974 45975 45976 45977 45978 45979 45980 |
# File 'lib/quickfix_fields.rb', line 45974 def initialize(data = nil) if( data == nil ) super(41588) else super(41588, data) end end |
Class Method Details
.field ⇒ Object
45971 45972 45973 |
# File 'lib/quickfix_fields.rb', line 45971 def StreamCommoditySettlTimeType.field return 41588 end |