Class: Quickfix::SettlCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SettlCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SettlCurrency
constructor
A new instance of SettlCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SettlCurrency
Returns a new instance of SettlCurrency.
2086 2087 2088 2089 2090 2091 2092 |
# File 'lib/quickfix_fields.rb', line 2086 def initialize(data = nil) if( data == nil ) super(120) else super(120, data) end end |
Class Method Details
.field ⇒ Object
2083 2084 2085 |
# File 'lib/quickfix_fields.rb', line 2083 def SettlCurrency.field return 120 end |