Class: Quickfix::StrikeCurrency
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::StrikeCurrency
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ StrikeCurrency
constructor
A new instance of StrikeCurrency.
Constructor Details
#initialize(data = nil) ⇒ StrikeCurrency
Returns a new instance of StrikeCurrency.
474 475 476 477 478 479 480 |
# File 'lib/quickfix_fields.rb', line 474 def initialize(data = nil) if( data == nil ) super(947) else super(947, data) end end |
Class Method Details
.field ⇒ Object
471 472 473 |
# File 'lib/quickfix_fields.rb', line 471 def StrikeCurrency.field return 947 end |