Class: Quickfix::CollateralCurrency
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CollateralCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CollateralCurrency
constructor
A new instance of CollateralCurrency.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CollateralCurrency
Returns a new instance of CollateralCurrency.
22301 22302 22303 22304 22305 22306 22307 |
# File 'lib/quickfix_fields.rb', line 22301 def initialize(data = nil) if( data == nil ) super(1705) else super(1705, data) end end |
Class Method Details
.field ⇒ Object
22298 22299 22300 |
# File 'lib/quickfix_fields.rb', line 22298 def CollateralCurrency.field return 1705 end |