Class: Quickfix::UnderlyingStreamCommoditySettlTimeType
- Inherits:
-
IntField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- IntField
- Quickfix::UnderlyingStreamCommoditySettlTimeType
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlTimeType
constructor
A new instance of UnderlyingStreamCommoditySettlTimeType.
Methods inherited from IntField
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlTimeType
Returns a new instance of UnderlyingStreamCommoditySettlTimeType.
56283 56284 56285 56286 56287 56288 56289 |
# File 'lib/quickfix_fields.rb', line 56283 def initialize(data = nil) if( data == nil ) super(41936) else super(41936, data) end end |
Class Method Details
.field ⇒ Object
56280 56281 56282 |
# File 'lib/quickfix_fields.rb', line 56280 def .field return 41936 end |