Class: Quickfix::CcyAmt
- Inherits:
-
DoubleField
- Object
- DoubleField
- Quickfix::CcyAmt
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ CcyAmt
constructor
A new instance of CcyAmt.
Constructor Details
#initialize(data = nil) ⇒ CcyAmt
Returns a new instance of CcyAmt.
214 215 216 217 218 219 220 |
# File 'lib/quickfix_fields.rb', line 214 def initialize(data = nil) if( data == nil ) super(1157) else super(1157, data) end end |
Class Method Details
.field ⇒ Object
211 212 213 |
# File 'lib/quickfix_fields.rb', line 211 def CcyAmt.field return 1157 end |