Class: Quickfix::LegCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::LegCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ LegCurrency
constructor
A new instance of LegCurrency.
Constructor Details
#initialize(data = nil) ⇒ LegCurrency
Returns a new instance of LegCurrency.
4127 4128 4129 4130 4131 4132 4133 |
# File 'lib/quickfix_fields.rb', line 4127 def initialize(data = nil) if( data == nil ) super(556) else super(556, data) end end |
Class Method Details
.field ⇒ Object
4124 4125 4126 |
# File 'lib/quickfix_fields.rb', line 4124 def LegCurrency.field return 556 end |