Class: Quickfix::SideCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::SideCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideCurrency
constructor
A new instance of SideCurrency.
Constructor Details
#initialize(data = nil) ⇒ SideCurrency
Returns a new instance of SideCurrency.
4595 4596 4597 4598 4599 4600 4601 |
# File 'lib/quickfix_fields.rb', line 4595 def initialize(data = nil) if( data == nil ) super(1154) else super(1154, data) end end |
Class Method Details
.field ⇒ Object
4592 4593 4594 |
# File 'lib/quickfix_fields.rb', line 4592 def SideCurrency.field return 1154 end |