Class: Quickfix::UnderlyingStreamCommoditySettlTimeZone
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingStreamCommoditySettlTimeZone
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlTimeZone
constructor
A new instance of UnderlyingStreamCommoditySettlTimeZone.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlTimeZone
Returns a new instance of UnderlyingStreamCommoditySettlTimeZone.
56322 56323 56324 56325 56326 56327 56328 |
# File 'lib/quickfix_fields.rb', line 56322 def initialize(data = nil) if( data == nil ) super(42004) else super(42004, data) end end |
Class Method Details
.field ⇒ Object
56319 56320 56321 |
# File 'lib/quickfix_fields.rb', line 56319 def .field return 42004 end |