Class: Quickfix::CommCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::CommCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CommCurrency
constructor
A new instance of CommCurrency.
Constructor Details
#initialize(data = nil) ⇒ CommCurrency
Returns a new instance of CommCurrency.
7182 7183 7184 7185 7186 7187 7188 |
# File 'lib/quickfix_fields.rb', line 7182 def initialize(data = nil) if( data == nil ) super(479) else super(479, data) end end |
Class Method Details
.field ⇒ Object
7179 7180 7181 |
# File 'lib/quickfix_fields.rb', line 7179 def CommCurrency.field return 479 end |