Class: Quickfix::UnderlyingStreamCommoditySettlPeriodPriceCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::UnderlyingStreamCommoditySettlPeriodPriceCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlPeriodPriceCurrency
constructor
A new instance of UnderlyingStreamCommoditySettlPeriodPriceCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ UnderlyingStreamCommoditySettlPeriodPriceCurrency
Returns a new instance of UnderlyingStreamCommoditySettlPeriodPriceCurrency.
56426 56427 56428 56429 56430 56431 56432 |
# File 'lib/quickfix_fields.rb', line 56426 def initialize(data = nil) if( data == nil ) super(42012) else super(42012, data) end end |
Class Method Details
.field ⇒ Object
56423 56424 56425 |
# File 'lib/quickfix_fields.rb', line 56423 def .field return 42012 end |