Class: Quickfix::CashDistribCurr
- Inherits:
-
StringField
- Object
- 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.
Constructor Details
#initialize(data = nil) ⇒ CashDistribCurr
Returns a new instance of CashDistribCurr.
16880 16881 16882 16883 16884 16885 16886 |
# File 'lib/quickfix_fields.rb', line 16880 def initialize(data = nil) if( data == nil ) super(478) else super(478, data) end end |
Class Method Details
.field ⇒ Object
16877 16878 16879 |
# File 'lib/quickfix_fields.rb', line 16877 def CashDistribCurr.field return 478 end |