Class: Quickfix::SideCollateralCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SideCollateralCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideCollateralCurrency
constructor
A new instance of SideCollateralCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SideCollateralCurrency
Returns a new instance of SideCollateralCurrency.
75575 75576 75577 75578 75579 75580 75581 |
# File 'lib/quickfix_fields.rb', line 75575 def initialize(data = nil) if( data == nil ) super(2695) else super(2695, data) end end |
Class Method Details
.field ⇒ Object
75572 75573 75574 |
# File 'lib/quickfix_fields.rb', line 75572 def SideCollateralCurrency.field return 2695 end |