Class: Quickfix::LegSettlRateIndexLocation
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::LegSettlRateIndexLocation
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegSettlRateIndexLocation
constructor
A new instance of LegSettlRateIndexLocation.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ LegSettlRateIndexLocation
Returns a new instance of LegSettlRateIndexLocation.
42867 42868 42869 42870 42871 42872 42873 |
# File 'lib/quickfix_fields.rb', line 42867 def initialize(data = nil) if( data == nil ) super(2177) else super(2177, data) end end |
Class Method Details
.field ⇒ Object
42864 42865 42866 |
# File 'lib/quickfix_fields.rb', line 42864 def LegSettlRateIndexLocation.field return 2177 end |