Class: Quickfix::CcyAmt
- Inherits:
-
DoubleField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- 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.
Methods inherited from DoubleField
Constructor Details
#initialize(data = nil) ⇒ CcyAmt
15437 15438 15439 15440 15441 15442 15443 |
# File 'lib/quickfix_fields.rb', line 15437 def initialize(data = nil) if( data == nil ) super(1157) else super(1157, data) end end |
Class Method Details
.field ⇒ Object
15434 15435 15436 |
# File 'lib/quickfix_fields.rb', line 15434 def CcyAmt.field return 1157 end |