Class: Quickfix::SettlRateIndexLocation
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SettlRateIndexLocation
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlRateIndexLocation
constructor
A new instance of SettlRateIndexLocation.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SettlRateIndexLocation
42282 42283 42284 42285 42286 42287 42288 |
# File 'lib/quickfix_fields.rb', line 42282 def initialize(data = nil) if( data == nil ) super(1580) else super(1580, data) end end |
Class Method Details
.field ⇒ Object
42279 42280 42281 |
# File 'lib/quickfix_fields.rb', line 42279 def SettlRateIndexLocation.field return 1580 end |