Class: Quickfix::LegCashSettlPriceSource
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegCashSettlPriceSource
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCashSettlPriceSource
constructor
A new instance of LegCashSettlPriceSource.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegCashSettlPriceSource
Returns a new instance of LegCashSettlPriceSource.
64668 64669 64670 64671 64672 64673 64674 |
# File 'lib/quickfix_fields.rb', line 64668 def initialize(data = nil) if( data == nil ) super(42308) else super(42308, data) end end |
Class Method Details
.field ⇒ Object
64665 64666 64667 |
# File 'lib/quickfix_fields.rb', line 64665 def LegCashSettlPriceSource.field return 42308 end |