Class: Quickfix::SideSettlCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SideSettlCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideSettlCurrency
constructor
A new instance of SideSettlCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SideSettlCurrency
Returns a new instance of SideSettlCurrency.
15424 15425 15426 15427 15428 15429 15430 |
# File 'lib/quickfix_fields.rb', line 15424 def initialize(data = nil) if( data == nil ) super(1155) else super(1155, data) end end |
Class Method Details
.field ⇒ Object
15421 15422 15423 |
# File 'lib/quickfix_fields.rb', line 15421 def SideSettlCurrency.field return 1155 end |