Class: Quickfix::LegStreamCommodityDeliveryPricingRegion
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegStreamCommodityDeliveryPricingRegion
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegStreamCommodityDeliveryPricingRegion
constructor
A new instance of LegStreamCommodityDeliveryPricingRegion.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegStreamCommodityDeliveryPricingRegion
61795 61796 61797 61798 61799 61800 61801 |
# File 'lib/quickfix_fields.rb', line 61795 def initialize(data = nil) if( data == nil ) super(42588) else super(42588, data) end end |
Class Method Details
.field ⇒ Object
61792 61793 61794 |
# File 'lib/quickfix_fields.rb', line 61792 def LegStreamCommodityDeliveryPricingRegion.field return 42588 end |