Class: Quickfix::UnderlyingCashType

Inherits:
StringField
  • Object
show all
Defined in:
lib/quickfix_fields.rb

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ UnderlyingCashType

Returns a new instance of UnderlyingCashType.



8755
8756
8757
8758
8759
8760
8761
# File 'lib/quickfix_fields.rb', line 8755

def initialize(data = nil)
  if( data == nil )
    super(974)
  else
    super(974, data)
  end
end

Class Method Details

.fieldObject



8752
8753
8754
# File 'lib/quickfix_fields.rb', line 8752

def UnderlyingCashType.field
  return 974
end