Class: Quickfix::AllowableOneSidednessCurr

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

Class Method Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(data = nil) ⇒ AllowableOneSidednessCurr

Returns a new instance of AllowableOneSidednessCurr.



12187
12188
12189
12190
12191
12192
12193
# File 'lib/quickfix_fields.rb', line 12187

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

Class Method Details

.fieldObject



12184
12185
12186
# File 'lib/quickfix_fields.rb', line 12184

def AllowableOneSidednessCurr.field
	return 767
end