Class: Quickfix::ContAmtCurr
- Inherits:
-
StringField
- Object
- StringField
- Quickfix::ContAmtCurr
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ ContAmtCurr
constructor
A new instance of ContAmtCurr.
Constructor Details
#initialize(data = nil) ⇒ ContAmtCurr
Returns a new instance of ContAmtCurr.
10887 10888 10889 10890 10891 10892 10893 |
# File 'lib/quickfix_fields.rb', line 10887 def initialize(data = nil) if( data == nil ) super(521) else super(521, data) end end |
Class Method Details
.field ⇒ Object
10884 10885 10886 |
# File 'lib/quickfix_fields.rb', line 10884 def ContAmtCurr.field return 521 end |