Class: Quickfix::CashDistribCurr
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::CashDistribCurr
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CashDistribCurr
constructor
A new instance of CashDistribCurr.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ CashDistribCurr
Returns a new instance of CashDistribCurr.
6610 6611 6612 6613 6614 6615 6616 |
# File 'lib/quickfix_fields.rb', line 6610 def initialize(data = nil) if( data == nil ) super(478) else super(478, data) end end |
Class Method Details
.field ⇒ Object
6607 6608 6609 |
# File 'lib/quickfix_fields.rb', line 6607 def CashDistribCurr.field return 478 end |