Class: Quickfix::SideCollateralAmountMarketID
- Inherits:
-
StringField
- Object
- ((swig_class *) SWIGTYPE_p_FIX__FieldBase->clientdata)->klass
- StringField
- Quickfix::SideCollateralAmountMarketID
- Defined in:
- lib/quickfix_fields.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize(data = nil) ⇒ SideCollateralAmountMarketID
constructor
A new instance of SideCollateralAmountMarketID.
Methods inherited from StringField
#<, #<=, #==, #>, #>=, #getValue, #setValue
Constructor Details
#initialize(data = nil) ⇒ SideCollateralAmountMarketID
Returns a new instance of SideCollateralAmountMarketID.
75536 75537 75538 75539 75540 75541 75542 |
# File 'lib/quickfix_fields.rb', line 75536 def initialize(data = nil) if( data == nil ) super(2692) else super(2692, data) end end |
Class Method Details
.field ⇒ Object
75533 75534 75535 |
# File 'lib/quickfix_fields.rb', line 75533 def SideCollateralAmountMarketID.field return 2692 end |