Class: Quickfix::LegStreamCommoditySettlTimeZone
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegStreamCommoditySettlTimeZone
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamCommoditySettlTimeZone
constructor
A new instance of LegStreamCommoditySettlTimeZone.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegStreamCommoditySettlTimeZone
51720 51721 51722 51723 51724 51725 51726 |
# File 'lib/quickfix_fields.rb', line 51720 def initialize(data = nil) if( data == nil ) super(41688) else super(41688, data) end end |
Class Method Details
.field ⇒ Object
51717 51718 51719 |
# File 'lib/quickfix_fields.rb', line 51717 def LegStreamCommoditySettlTimeZone.field return 41688 end |